home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / Quit.Dir / 00001.ls next >
Encoding:
Text File  |  1995-09-29  |  106 b   |  14 lines

  1. on startMovie
  2.   initStuff()
  3. end
  4.  
  5. on stopMovie
  6.   cleanUpStuff()
  7. end
  8.  
  9. on initStuff
  10. end
  11.  
  12. on cleanUpStuff
  13. end
  14.